From 05a0d373829b5c0d6cdcba67f42a0bd0d1715294 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 20 Sep 2011 21:31:53 -0400 Subject: [PATCH] * lisp/faces.el (face-list): Fix docstring. --- lisp/ChangeLog | 2 ++ lisp/faces.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7307982d28e..3c38ca0a914 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-09-21 Stefan Monnier + * faces.el (face-list): Fix docstring (bug#9564). + * window.el (display-buffer--action-function-custom-type): Don't include internal functions in the Custom interface. diff --git a/lisp/faces.el b/lisp/faces.el index fbe0f30ae6e..9a14e832065 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -119,7 +119,7 @@ REGISTRY, ALTERNATIVE1, ALTERNATIVE2, and etc." (defun face-list () - "Return a list of all defined face names." + "Return a list of all defined faces." (mapcar #'car face-new-frame-defaults)) -- 2.30.2